Search
Utils.radialGradient Method
See Also
 






Creates a path gradient brush with the specified blend and bounds.

Namespace: com.mindfusion.charting.components.gauges
File: com.mindfusion.charting.components.gauges

 Syntax

Java  Copy Code

public static RadialGradientBrush radialGradient (
    Rectangle2D bounds,
    Point2D centerPoint,
    float[] positions,
    Color[] colors
)

 Parameters

bounds

centerPoint

positions

colors

 Return Value

 See Also